Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

ARGB Color

The ARGBColor structure specifies a color with alpha, red, green, and blue values.

struct ARGBColor {
    unsigned short      alpha;
    unsigned short      red;
    unsigned short      green;
    unsigned short      blue;
};
typedef struct ARGBColor ARGBColor;

Field descriptions

alpha
Specifies the alpha component of the color.

red
Specifies the red component of the color.

green
Specifies the green component of the color.

blue
Specifies the blue component of the color.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |